build-sys: Post-release version bump
authorColin Walters <walters@verbum.org>
Thu, 15 Feb 2018 13:55:40 +0000 (08:55 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 15 Feb 2018 14:44:11 +0000 (14:44 +0000)
Closes: #1455
Approved by: jlebon

configure.ac
src/libostree/libostree-devel.sym

index 1b299d55a021f1fb42f33d45bef07e14240ede20..3b2ff26f26c1e44b26b3f20f13e1182f9277d75f 100644 (file)
@@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
 dnl in test-symbols.sh, and also set is_release_build=yes below.  Then make
 dnl another post-release commit to bump the version, and set is_release_build=no.
 m4_define([year_version], [2018])
-m4_define([release_version], [2])
+m4_define([release_version], [3])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 46ad280cf56670c03f2a82f5833eb156d8f7a19f..3f3a45b5bd9b3c91d8066be31818a3e30bf6b3f7 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2018.3 {
+} LIBOSTREE_2018.2;
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the last number.  This is just a copy/paste